home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / bluej / bluejsetup-203.exe / {app} / lib / chinese / templates / newclass / interface.tmpl < prev    next >
Text File  |  2004-12-19  |  306b  |  19 lines

  1. $PKGLINE
  2. /**
  3.  * ╘┌╒Γ└∩╕°│÷╢╘╜╙┐┌ $CLASSNAME ╡─├Φ╩÷íú
  4.  * 
  5.  * @╫≈╒▀ú¿─π╡─├√╫╓ú⌐
  6.  * @░µ▒╛ú¿╥╗╕÷░µ▒╛║┼╗≥╒▀╥╗╕÷╚╒╞┌ú⌐
  7.  */
  8.  
  9. public interface $CLASSNAME
  10. {
  11.     /**
  12.      * ╖╜╖¿═╖╡─╥╗╕÷└²╫╙ - ╩╣╙├─π╫╘╝║╡─╔∙├≈└┤╠µ╗╗╦ⁿ
  13.      * 
  14.      * @▓╬╩²  y        ╖╜╖¿╡─╥╗╕÷╤∙▒╛▓╬╩²
  15.      * @╖╡╗╪        sampleMethod▓·╔·╡─╜ß╣√
  16.      */
  17.     int sampleMethod(int y);
  18. }
  19.